home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / Strong_BS175.ZIP / !StrongBS / 3rdParty / DavidSharp / Right / !Info next >
Text File  |  1997-06-21  |  483b  |  21 lines

  1. 3rd Party information
  2. #Wrap off
  3. #fh3:RIGHT$(expression,1) reduction
  4.  
  5. This option will convert the BASIC function {*}RIGHT$(expression,1){*} into the shorter equivalent {*}RIGHT$(expression){*}.
  6.  
  7. /Example/
  8.  
  9. {*}PRINT RIGHT$("Grantham is Great",1)
  10. PRINT RIGHT$("Grantham is Great")
  11. PRINT "G"{*}
  12.  
  13. are all equivalent.
  14.  
  15. Original code written by David Sharp, slight corections by Mohsen Alshayef.
  16.  
  17. #Line
  18. #fh4
  19. #align centre
  20. David Sharp 1.10 (09/04/1997)
  21. StrongBS  © Mohsen Alshayef 1993-1997